home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Extension Shell 1.3 / Extension Shell Documentation / If you don’t have THINK... < prev    next >
Encoding:
Text File  |  1994-04-25  |  3.9 KB  |  219 lines  |  [TEXT/R*ch]

  1. If you don’t have THINK...
  2. --------------------------
  3.  
  4. The Extension Shell .π project files are all THINK C 6.0 files. If you don’t have THINK C 6.0,
  5. you’ll need to make up your own projects. Hopefully, the code doesn’t depend on any THINK C
  6. specifics (apart from using A4 for reaching globals), but if it does, please let me know. All the
  7. projects build into stand-alone code resources, and use the same general settings.
  8.  
  9. The only difference between each project is the actual files included, and the contents of the “Set
  10. Project Type...” dialog. This dialog contains the details of the code resource to be built. Three
  11. fields are identical between projects. These are the file type and creator fields, the type of
  12. this project, and the Custom Headers checkbox. The file type for the projects is 'INIT', the creator
  13. '????', the project type 'Code Resource', and Custom Headers are always selected.
  14.  
  15.  
  16.  
  17.  
  18. Extension Shell Projects
  19. ------------------------
  20.  
  21. Project        : Extension Shell.π
  22. Res Name        : Extension Shell
  23. Res Type        : INIT
  24. Res ID        : 5000
  25. Attributes        : Locked, System Heap
  26. Files            : Extension Shell.c
  27.             InstallCode.c
  28.             MacTraps
  29.             NotifyMsg.c
  30.             ShowIcon.c
  31.             UninstallCode.c
  32.  
  33.  
  34. Project        : RESP.π
  35. Res Name        : Resp Code
  36. Res Type        : CODE
  37. Res ID        : 5001
  38. Attributes        : System Heap
  39. Files            : MacTraps
  40.             RESP.c
  41.  
  42.  
  43. Project        : AddrsTable.π
  44. Res Name        : Address Table
  45. Res Type        : CODE
  46. Res ID        : 5002
  47. Attributes        : System Heap
  48. Files            : AddrsTable.c
  49.  
  50.  
  51.  
  52.  
  53. Generic ES Handler Projects
  54. ---------------------------
  55.  
  56. Project        : ES Handler.π
  57. Res Name        : ES Handler
  58. Res Type        : CODE
  59. Res ID        : 5000
  60. Attributes        : System Heap
  61. Files            : ESHandler.c
  62.  
  63.  
  64.  
  65.  
  66. Bell Test Projects
  67. ------------------
  68.  
  69. Project        : Bell Test.π
  70. Res Name        : ES Handler
  71. Res Type        : CODE
  72. Res ID        : 5000
  73. Attributes        : System Heap
  74. Files            : Bell Test.c
  75.  
  76.  
  77. Project        : BTAddrsTable.π
  78. Res Name        : Address Table (Bell Test)
  79. Res Type        : CODE
  80. Res ID        : 5002
  81. Attributes        : System Heap
  82. Files            : BTAddrsTable.c
  83.  
  84.  
  85. Project        : MenuSelect.π
  86. Res Name        : _MenuSelect
  87. Res Type        : CODE
  88. Res ID        : 128
  89. Attributes        : System Heap
  90. Files            : MacTraps
  91.             MenuSelect.c
  92.  
  93.  
  94. Project        : PlaySound.π
  95. Res Name        : PlaySound Code Block
  96. Res Type        : CODE
  97. Res ID        : 129
  98. Attributes        : System Heap
  99. Files            : MacTraps
  100.             PlaySound.c
  101.  
  102.  
  103.  
  104.  
  105. Circle Mouse ][ Projects
  106. ------------------------
  107.  
  108. Project        : CircleMouse ][.π
  109. Res Name        : ES Handler
  110. Res Type        : CODE
  111. Res ID        : 5000
  112. Attributes        : System Heap
  113. Files            : CircleMouse ][.c
  114.  
  115.  
  116. Project        : Circle VBL ][.π
  117. Res Name        : Circle VBL
  118. Res Type        : CODE
  119. Res ID        : 128
  120. Attributes        : System Heap
  121. Files            : Circle VBL ][.c
  122.  
  123.  
  124.  
  125.  
  126. MacCough Projects
  127. -----------------
  128.  
  129. Project        : MacCough.π
  130. Res Name        : ES Handler
  131. Res Type        : CODE
  132. Res ID        : 5000
  133. Attributes        : System Heap
  134. Files            : MacCough.c
  135.  
  136.  
  137. Project        : MCAddrsTable.π
  138. Res Name        : Address Table (MacCough)
  139. Res Type        : CODE
  140. Res ID        : 5002
  141. Attributes        : System Heap
  142. Files            : MCAddrsTable.c
  143.  
  144.  
  145. Project        : TimeTask.π
  146. Res Name        : TimeTask
  147. Res Type        : CODE
  148. Res ID        : 128
  149. Attributes        : System Heap
  150. Files            : MacTraps.c
  151.             TimeTask.c
  152.  
  153.  
  154.  
  155.  
  156. Quadra INIT Projects
  157. --------------------
  158.  
  159. Project        : Quadra INIT.π
  160. Res Name        : ES Handler
  161. Res Type        : CODE
  162. Res ID        : 5000
  163. Attributes        : System Heap
  164. Files            : Quadra INIT.c
  165.  
  166.  
  167. Project        : QuadraGestalt.π
  168. Res Name        : gestaltHardwareAttr
  169. Res Type        : CODE
  170. Res ID        : 128
  171. Attributes        : System Heap
  172. Files            : MacTraps
  173.             QuadraGestalt.c
  174.  
  175.  
  176.  
  177.  
  178. Shutdown Fade Projects
  179. ----------------------
  180.  
  181. Project        : Shutdown Fade.π
  182. Res Name        : ES Handler
  183. Res Type        : CODE
  184. Res ID        : 5000
  185. Attributes        : System Heap
  186. Files            : Shutdown Fade.c
  187.  
  188.  
  189. Project        : Fade.π
  190. Res Name        : Fade Code
  191. Res Type        : CODE
  192. Res ID        : 128
  193. Attributes        : System Heap
  194. Files            : Fade.c
  195.             Gamma.c
  196.             MacTraps
  197.  
  198.  
  199.  
  200.  
  201. WhatKey Projects
  202. ----------------
  203.  
  204. Project        : WhatKey.π
  205. Res Name        : ES Handler
  206. Res Type        : CODE
  207. Res ID        : 5000
  208. Attributes        : System Heap
  209. Files            : WhatKey.c
  210.  
  211.  
  212. Project        : MyFilter.π
  213. Res Name        : jGNE Filter (WhatKey)
  214. Res Type        : CODE
  215. Res ID        : 128
  216. Attributes        : System Heap
  217. Files            : MacTraps
  218.             MyFilter.c
  219.